From 40926a28ee787f13c8cdc56eb3f429e7ef1ecf8e Mon Sep 17 00:00:00 2001 From: Alexander Mikhaylenko Date: Wed, 6 May 2020 20:21:56 +0500 Subject: [PATCH] Adwaita: Make error/warning entry focus more subtle Add 50% alpha to it like to the main focus color. --- gtk/theme/Adwaita/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 5e8342f864..d9d7371806 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -342,7 +342,7 @@ entry { &.#{$e_type} { color: $e_color; - @include focus-ring($within: true, $fc: $e_color); + @include focus-ring($within: true, $fc: transparentize($e_color, 0.5)); &:focus-within { @include entry(focus, $e_color); } -- 2.30.2